home *** CD-ROM | disk | FTP | other *** search
/ The Hacker Chronicles - A…the Computer Underground / The Hacker Chronicles - A Tour of the Computer Underground (P-80 Systems).iso / network / bitftp.zip < prev    next >
Text File  |  1992-08-14  |  62KB  |  1,004 lines

  1.                BITFTP -- Princeton BITNET FTP Server
  2.  
  3. BITFTP provides a mail interface to the FTP portion of the IBM TCP/IP product ("FAL") running on the Princeton VM system, to allow BITNET/NetNorth/EARN users to ftp files from sites on the Internet.
  4.  
  5. To use BITFTP, send mail containing your ftp commands to BITFTP@PUCC (or to BITFTP@PUCC.Princeton.edu).
  6.  
  7. The first command to BITFTP must be "FTP", "FTPLIST", "HELP", or "VMS".  If you send BITFTP mail or a message containing only the command "FTPLIST", it will send you a list of some of the hosts that allow anonymous ftp.  (Note that there is no guarantee that BITFTP can access all the hosts in that list.)  Use "HELP" to request a current copy of this help file.  Use "VMS" to request a collection of tips provided by BITFTP users on how to handle binary files from
  8. BITFTP on VMS systems.
  9.  
  10. The recommended syntax for FTP requests is:
  11.  
  12.    FTP hostname NETDATA    --or--    FTP hostname UUENCODE
  13.    USER username password
  14.    <other ftp subcommands>
  15.    QUIT
  16.  
  17. Following the hostname on the FTP command, you may specify "UUENCODE" or "NETDATA" to tell BITFTP the format in which you wish to receive files.
  18.  
  19. If the username is "anonymous", no password is required; BITFTP will use your userid and nodeid as the password.  Note that on many systems passwords are case-sensitive; that is, the password may be required to be in lower case or mixed case or upper case.  (The same is true of directory and file names.)
  20.  
  21. The following is an example of an ftp request:
  22.  
  23.    FTP  f.ms.uky.edu  NETDATA
  24.    USER  anonymous
  25.    CD  /pub/msdos/Games
  26.    DIR
  27.    BINARY
  28.    GET  robotron.arc  msdos.robotron
  29.    QUIT
  30.  
  31. BITFTP implements a subset of the ftp subcommands provided in the IBM TCP/IP and uses the same syntax.  Therefore, you may find it useful to obtain the "IBM TCP/IP for VM Command Reference Manual", IBM order number GC09-1204.
  32.  
  33. The currently supported subcommands are:
  34.  
  35.   ACCT        -- to send host-dependent account information.
  36.     format:   ACCT account-information
  37.  
  38.   ASCII       -- to change the file transfer type to ASCII.
  39.     format:   ASCII
  40.  
  41.   BINARY      -- to change the file transfer type to image.
  42.     format:   BINARY <FIXED record-len> <VARIABLE>
  43.  
  44.   CD          -- to change the working directory.
  45.     format:   CD directory
  46.  
  47.   CLOSE       -- to disconnect from the foreign host.
  48.     format:   CLOSE
  49.  
  50.   DIR         -- to get a list of directory entries.
  51.     format:   DIR
  52.  
  53.   EBCDIC      -- to change the file transfer type to EBCDIC
  54.     format:   EBCDIC
  55.  
  56.   GET         -- to get a file from the foreign host.
  57.     format:   GET foreignfile <localfile>
  58.  
  59.               If you specify "localfile", it must be in
  60.               the forms "filename.filetype" or "filename",
  61.               and the filename and filetype may each be no
  62.               more than 8 characters long and may not contain
  63.               periods.
  64.  
  65.   LOCSTAT     -- to display local status information.
  66.     format:   LOCSTAT
  67.  
  68.   LS          -- to list the files in a directory.
  69.     format:   LS <name>
  70.  
  71.   PWD         -- to print the working directory.
  72.     format:   PWD
  73.  
  74.   QUIT        -- to disconnect from the foreign host.
  75.     format:   QUIT
  76.  
  77.   STATUS      -- to retrieve status information from a foreign host.
  78.     format:   STATUS <name>
  79.  
  80.   SYSTEM      -- to get the name of the foreign host's operating
  81.                  system.
  82.     format:   SYSTEM
  83.  
  84.   TYPE        -- to specify Image, ASCII, or EBCDIC file transfer.
  85.     format:   TYPE <I|A|E>
  86.  
  87. BITFTP does not provide a PUT capability, and there is no intention
  88. to make it do so in the future.
  89.  
  90.   BITFTP currently accepts requests only via RFC822-format mail, IBM NOTE-format mail, PROFS-format messages, or files with no headers at all.
  91.   BITFTP currently returns the requested files as NETDATA-format files or as mail files containing UUENCODED data.  If you specify
  92. "UUENCODE" or "NETDATA" on your "FTP" command, BITFTP will attempt to use that format.  If you do not specify the format, BITFTP will attempt to select the appropriate format for your node.
  93.  
  94. UUENCODED files are broken up into mail files that contain no more than 50,000 bytes of data.  NETDATA-format files that are larger than 300,000 bytes are sent in 300,000-byte pieces using the BITSEND function.
  95.   You should be able to receive such files using the BITRCV function available from your nearest NETSERV.
  96.   (If you do not know how to use NETSERV, ask your local BITNET/EARN/NetNorth Coordinator
  97. for assistance.)  If BITRCV is not available for your system, use the command you normally use to receive NETDATA-format files and then concatenate the files in the order shown in the BITRCV control file to recover the original file.
  98.  
  99. Users in the UK should note that BITFTP attempts to send NETDATA-format files through the gateway from EARN into Janet via the NIFTP facility at Rutherford Lab.  Note that receiving files via NIFTP requires an overt action on your part.
  100.   If you are at a Janet node and don't know how to use NIFTP, you should ask for assistance locally.  Alternatively, you can ask BITFTP to send your files UUENCODED inside mail by specifying the "UUENCODE" option.
  101.  
  102. If BITFTP sends you a file you cannot read, THE FIRST THING TO DO is to make sure that you specified ASCII if the file should contain textual material or that you specified BINARY if the file should contain binary data, executable programs, tar files, or the like. VMS users should specify BINARY F 512 and should use RECEIVE/BINARY to receive the NETDATA-format binary files BITFTP sends them.
  103.  
  104. If BITFTP sends you a uuencoded file that you cannot uudecode, the first thing to do is to translate all occurrences of 0x7E in the file to 0x5E and then try uudecoding again.  (Some gateways are changing 5Es to 7Es when the files pass through them.)
  105.  
  106. There are many different flavors of UUENCODE/UUDECODE. 
  107.  The version that BITFTP uses puts a "guard character" at the end of each encoded line.
  108.   Most implementations of uudecode know to ignore this character.  If yours does not, then you should remove the last
  109. character of each line before attempting to uudecode the file.
  110.   Note that the guard character is not always "M"; the short lines at the end of the file may have some other guard character, rather than "M".
  111.   Whatever that character is, it should be removed (or your uudecode should be fixed).
  112.  
  113. When BITFTP is told to transfer a file in FIXED format, such as "BINARY FIXED 128", it will create a file whose total byte count is an integral multiple of the record length (128, in this case).
  114.   This means that the last record may be padded to get it to the specified record length.  In such a case, you may need to use an editor to shorten the last record so that the total byte count in the file is correct.  (If the file is uuencoded when you receive it, shorten it AFTER you have uudecoded it.)
  115.  
  116. In addition to any files you request, you will also receive a mail file containing a log of your ftp session.  In that mail file,
  117. entries prefixed by ">" are your original commands; those prefixed by ">>" are your commands as interpreted by BITFTP and passed to TCPIP; those prefixed by ">>>" are your commands as interpreted by TCPIP and passed to the remote host; those prefixed by "<<<" are messages from the remote host; and those prefixed by ">>>>" are completion messages from BITFTP.
  118.  
  119. If BITFTP is unable to connect to the host you specify, it will send you mail after the first attempt, but will keep trying at intervals over three days.  The only additional mail file you will receive will be when the connection is made successfully or when BITFTP gives up after three days.
  120.  
  121. The load on BITFTP is often very heavy, and network backlogs are often so great that it may take several days for a file to get to you once BITFTP sends it, so please be patient and don't send multiple requests for the same file.  If your system allows you to send interactive messages, you can inquire about BITFTP's backlog by sending the query "How are you?", e.g., on a VM system:
  122.  
  123.    TELL BITFTP AT PUCC How are you?
  124.  
  125. Questions about BITFTP and suggestions for improvements should be directed to Melinda Varian, MAINT@PUCC on BITNET or maint@pucc.princeton.edu on the Internet.
  126.  
  127. The author gratefully acknowledges the use of the FTP SUBCOM interface written by David Nessl, the SENDJANI EXEC written by Alan Flavell, the uuencoding utility written by John Fisher, and the RFC822 parsing routine written by Eric Thomas.  NOTE:  If you have any complaints or suggestions about the way any of these routines work in BITFTP, please send them to MAINT@PUCC (Melinda Varian), not to the authors.
  128.  
  129.       LIST OF HOSTS THAT ACCEPT ANONYMOUS FTP REQUESTS
  130.  
  131.  This is my list of Internet sites accepting anonymous ftp:
  132.                     user name: anonymous
  133.                     password: <your mail address> (i.e. "odin@pilot.njin.net")
  134.  
  135.       This list is posted to comp.misc, comp.sources.wanted, and  alt.sources.wanted  on  Usenet  and  is  distributed  via  anonymous FTP from  pilot.njin.net (128.6.7.38) as well as being available from several other FTP sites (see  list).  I don't have the time to read the *.sources.wanted news-  groups so if there is anything you want me to see, please use  email.   There
  136.  is also a mailing list which was being used to distribute the list, now I use  it more for getting feedback on new ideas.  If you wish to be  added  to  the  mailing list mail me at pilot.
  137.  
  138.       Special thanks goes to Ed Vielmetti for all the work he does posting new  archive information to comp.archives.
  139.  
  140.       If there are any corrections/updates/etc. to be made please mail  me  at  odin@pilot.njin.net.   That  also  goes  for descriptions of the archives.  I  don't have time to personally check each and every site so if you use a  site
  141.  regularly  and can put together a better description, please tell me so I can  update this list.  This is especially true for sites described  as  "unknown"  or  with  vague descriptions.  Those sites are ones that I either didn't have  enough time to sort through it or I couldn't tell what was available.
  142.  
  143.       Thanks,
  144.          Jon Granrose
  145.          January 20, 1990
  146.  
  147.  
  148. =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
  149.  
  150.  REMINDER: Anonymous FTP is a privilege, not a right.  The site administrators  for the sites listed below have made their systems available out of the good-  ness  of  their hearts.  Please respect their wishes and restrict your FTPing
  151.  to non-prime hours (1900 - 0600 hours local time  for  the  site).   This  is  especially true for sites not in your country.  Please keep that in mind when  you are FTPing.  None of us want to see sites start to close down  because  a  few are being inconsiderate.
  152.   _____________________________________________________________________________
  153. |Jon Granrose        |ARPA: odin@ucscb.UCSC.EDU   jonathan@sco.com |  // Only |
  154. |Cowell College, UCSC|odin@pilot.njin.net 74036.3241@compuserve.com|\X/ Amiga!|
  155. |Santa Cruz, CA 95064|UUCP:..!ucbvax!ucscc!ucscb!odin Bitnet:odin@ucscb.bitnet|
  156. |       Please send any Anonymous FTP information to odin@pilot.njin.net      |
  157. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  158. Sat Jan 20 13:17:41 EST 1990
  159. =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
  160.  Site Name                 I.P. Address    Description
  161. +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
  162. a.cs.uiuc.edu              128.174.252.1   TeX, dvi2ps, gif, texx2.7, amiga,
  163. a.cs.uiuc.edu                              GNUmake, GNU
  164. a.gp.cs.cmu.edu            128.2.242.7     psprep
  165. a.nl.cs.cmu.edu            128.2.250.143   unknown
  166. a.psc.edu                  128.182.65.1    GPLOT, GTEX
  167. acad3.fai.alaska.edu       192.31.214.33   unknown
  168. acf4.nyu.edu               128.122.128.14  unknown
  169. acf8.nyu.edu               128.122.129.2   unknown
  170. acfcluster.nyu.edu         128.122.128.11  VMS UUCP, news, etc.
  171. ads.com                    128.229.30.16   internet mailing lists, vision-list,
  172. ads.com                                    info-graphics
  173. aeneas.mit.edu             18.71.0.38      GNU emacs, kerberos
  174. ahwahnee.stanford.edu      36.56.0.208     pcip interface specs
  175. ajpo.sei.cmu.edu           128.237.2.253   all the ADA you could ask for
  176. albanycs.albany.edu        128.204.1.4     best of comp.graphics
  177. allspice.lcs.mit.edu       18.26.0.115     RFCs1056 (PCMAIL) stuff, MIT snmp
  178. alw.nih.gov                128.231.128.251 NIH Image 1.19
  179. amelia.nas.nasa.gov        129.99.23.5     unknown
  180. ames.arc.nasa.gov          128.102.18.3    pcrrn, GNU grep, conf, grep, iso.ps,
  181. ames.arc.nasa.gov                          mmdf, popd, sail, xfer, zmodem, AT&T
  182. ames.arc.nasa.gov                          6300+ archives, SCUBA, Space
  183. ames.arc.nasa.gov                          archives, 3b2 source and info
  184. andy.bgsu.edu              129.1.1.2       Unix sysadm tools, Unix Vote by
  185.  andy.bgsu.edu                             mail, Unix etc., College hockey
  186.  andy.bgsu.edu                             stats, Monty Python scripts
  187. anise.acc.com              129.192.64.22   Berkeley utils ported to A/UX,
  188.  anise.acc.com                             Motorola DSP 56000 repository
  189.  anna.stanford.edu          36.14.0.13      Anna (Annotated Ada) softare and
  190.  anna.stanford.edu                         docs
  191. apple.com                  130.43.2.2      tech-notes, worm papers
  192. aramis.rutgers.edu         128.6.4.2       idea, RFCs
  193. argus.stanford.edu         36.56.0.151     netinfo
  194. ariel.unm.edu              129.24.8.1      ethics documents
  195. arisia.xerox.com           13.1.100.206    sunfixes, mac, LispUsers, tcp/ip,
  196.  arisia.xerox.com                          IDA sendmail kit, Portable Common
  197.  arisia.xerox.com                          Runtime
  198. arpa.att.com               192.20.225.1    fio library routines
  199. arsun.utah.edu             128.110.192.93  NSF latex
  200. arthur.cs.purdue.edu       128.10.2.1      RCS, buildtex, deTeX, mac32, Purdue
  201.  arthur.cs.purdue.edu                      Tech Reports, xspeed
  202. athos.rutgers.edu          128.6.4.4       dvidoc
  203. aurora.arc.nasa.gov        128.102.21.1    unknown
  204. b.psc.edu                  128.182.65.2    GPLOT, GTEX
  205. b.scs.uiuc.edu             128.174.90.2    LaTex
  206. b8.cs.rpi.edu              128.213.7.2     nothing
  207. ba.excelan.com             130.57.8.6      misc. (looking for suggestions)
  208. bach.berkeley.edu          128.32.135.1    amiga (ray-tracing)
  209. bbn.com                    128.89.0.122    uumap
  210. bcm.tmc.edu                128.249.2.1     nfs list, Texas UUCP maps
  211. beak.andrew.cmu.edu        128.2.26.21     unknown
  212. bellcore.com               128.96.32.20    mgr, spiff, RFCs, track
  213. bikini.cis.ufl.edu         128.227.224.1   comp.simulation, IBM RT BSD patches
  214. bimbo.tn.cornell.edu       128.84.200.208  tn3270 for DEC 3100
  215. bitsy.mit.edu              18.72.0.3       mit worm paper
  216. blake.acs.washington.edu   128.95.136.2    rim, c version of web
  217. bmc1.bmc.uu.se             130.238.96.1    VMS news, drivers over Decnet, X25
  218.  bmc1.bmc.uu.se                            and SLIP for CMU TCP/IP v6.3
  219. bnlux0.bnl.gov             130.199.128.1   looking for suggestions
  220. bobcat.bbn.com             128.89.2.103    unknown
  221. bodega.stanford.edu        36.14.0.200     ham radio, space science, highspeed
  222.  bodega.stanford.edu                       networking papers
  223. boombox.micro.umn.edu      128.101.95.95   networking stuff (POPmail)
  224. boulder.colorado.edu       128.138.240.1   3b1, sun, Esperanto, ghostscript
  225. brazos.rice.edu            128.42.42.2     pub/X11R3/core.src
  226. brokaw.lcs.mit.edu         18.30.0.33      pc-omega, bison, scheme utilities
  227. brownvm.brown.edu          128.148.128.40  mac
  228. bu.edu                     128.197.2.6     RFCs. mail utils, games source,
  229.  bu.edu                                    siod, etc.
  230. buacca.bu.edu              128.197.2.4     math software (/u/mike/netlib-paper)
  231. bugs.cs.wisc.edu           128.105.2.126   nhfsstone
  232. bugs.nosc.mil              128.49.16.1     Minix
  233. bulldog.cs.yale.edu        128.36.0.3      dict, uucp paths, kafka
  234. burdvax.prc.unisys.com     128.126.10.33   diana
  235. c.scs.uiuc.edu             128.174.90.3    unknown
  236. cac.washington.edu         128.95.112.1    unknown
  237. cad.berkeley.edu           128.32.132.3    apte
  238. cadre.dsl.pittsburgh.edu   128.147.128.1   JOVE, misc.
  239. caf.mit.edu                18.62.0.232     giraphe3
  240. caip.rutgers.edu           128.6.37.16     almost nothing
  241. calpe.psc.edu              128.182.66.148  GPLOT, GTEX
  242. cardinal.lanl.gov          128.165.96.120  cellsim_1.0 (cellular automata)
  243. cayuga.cs.rochester.edu    192.5.53.209    Xfig, JOVE, NL-KR mail list, ET++
  244. cc.sfu.ca                  128.189.32.250  msdos, mac
  245. cc.utah.edu                128.110.8.24    unknown
  246. ccb.ucsf.edu               128.218.1.13    comp.sources, GNU stuff
  247. celray.cs.yale.edu         128.36.0.25     ispell, dictionary
  248. cerl.cecer.army.mil        129.229.1.101   path #7 for Pcomm
  249. cert.sei.cmu.edu           128.237.253.5   unknown
  250. cfdl.larc.nasa.gov         128.155.24.55   vmail
  251. chalmers.se                129.16.1.1      RFCs, sunet information (runs whois
  252.  chalmers.se                               server)
  253. chamartin.ai.mit.edu       18.43.0.171     liar, scheme
  254. charon.mit.edu             18.80.0.13      perl+patches, xdvi, world map data
  255. cheddar.cs.wisc.edu        128.105.2.113   Common Lisp stuff, X11 courier fonts
  256. cheops.cis.ohio-state.edu  128.146.8.62    alt.sources, unix-pc
  257. cica.cica.indiana.edu      129.79.20.22    misc unix, pc, NeXT updates
  258. citi.umich.edu             35.1.128.16     pathalias, CITI macIP, webster
  259. cli.com                    192.31.85.1     unknown
  260. clouso.crim.ca             192.26.210.1    CA domain reg., AI related
  261.  clouso.crim.ca                            distribution lists, RFCs, ideas,
  262.  clouso.crim.ca                            IEFT, etc.
  263. clover.ucdavis.edu         128.120.57.1    eepic, fig2epic, HOL
  264. clvax1.cl.msu.edu          35.8.2.1        MS Windows
  265. clvms.clarkson.edu         128.153.4.4     CMU TCP V6.3 for VMS V5, VMODEM
  266. cmns.think.com             131.239.2.100   Connection machine starlisp
  267.  cmns.think.com                            simulator
  268. columbia.edu               128.59.16.1     NEST network simulation testbed
  269. connemara.math.arizona.edu 128.196.224.5   irisplot
  270. coral.hss.cmu.edu          128.2.229.218   unknown
  271. cqpi.mrc.wisc.edu          128.104.142.12  unknown
  272. crvax.sri.com              128.18.10.1     RISKS Digest archive
  273. cs.arizona.edu             128.196.128.118 Icon, SR, SBProlog languages
  274. cs.columbia.edu            128.59.16.20    ispell
  275. cs.orst.edu                128.193.32.1    Xlisp, smalltalk, TOPS Terminal,
  276.  cs.orst.edu                               NeXT
  277. cs.toronto.edu             128.100.1.65    AIList, sun-Spots, many other
  278.  cs.toronto.edu                            mailing list archives, CA domain
  279.  cs.toronto.edu                            reg. forms, RFCs, NETINFO, DOMAIN,
  280.  cs.toronto.edu                            IETF, INET-DRAFTS, Current C News,
  281.  cs.toronto.edu                            dvix, logging ftpd, Jove, sunOS SLIP
  282.  cs.toronto.edu                            et al, S/SL, TeX, UofT BIND, X
  283.  cs.toronto.edu                            applications
  284. cs.ubc.ca                  128.189.97.5    raster files, MuTeX, ca-domain regs,
  285.  cs.ubc.ca                                 sun utils, ASCII-Postscript filter
  286. cs.uiuc.edu                128.174.252.1   epoch
  287. cs.uoregon.edu             128.223.4.13    raytracing archive (markv), not much
  288. cs.utah.edu                128.110.4.21    Worm Tour, amiga, forth, utah raster
  289. cs.utexas.edu              128.83.139.9    QSIM, FIG
  290. cs.utk.edu                 128.169.201.1   DECnet mail gateway for VAXen and
  291.  cs.utk.edu                                suns
  292. cs.williams.edu            192.31.45.1     unknown
  293. cs.wm.edu                  128.239.1.30    texsun, animal-rights, pargen, ALV,
  294.  cs.wm.edu                                 raster images
  295. csab.larc.nasa.gov         128.155.26.10   unknown
  296. csd4.csd.uwm.edu           129.89.2.4      high-audio
  297. csd4.milw.wisc.edu         129.89.2.4      high-audio
  298. cse.ogc.edu                129.95.40.2     suntools graphics tools, old
  299.  cse.ogc.edu                               Kerberos, old mush, neuro-evolution
  300.  cse.ogc.edu                               mailing list archive, speech
  301.  cse.ogc.edu                               recognition archive
  302. csli.stanford.edu          36.9.0.46       Gandalf
  303. csri.toronto.edu           128.100.2.30    unknown
  304. csvax.caltech.edu          192.12.18.1     p2c
  305. ctrsci.math.utah.edu       128.110.198.1   unknown
  306. cu-arpa.cs.cornell.edu     128.84.254.3    Isis, bromley
  307. cunixc.cc.columbia.edu     128.59.40.130   MM mailer, CAP/KIP
  308. cuvmb.cc.columbia.edu      128.59.40.129   unknown
  309. cyclone.stanford.edu       36.83.0.188     unknown
  310. dartvax.dartmouth.edu      129.170.16.4    dartmouth stuff (rn, mail, etc.)
  311. dcsprod.byu.edu            128.187.7.3     unknown
  312. dept.csci.unt.edu          129.120.1.2     Texas Packet Radio Society, MixView,
  313.  dept.csci.unt.edu                         GNUPlot
  314. devvax.tn.cornell.edu      192.35.82.200   tn3270, gated
  315. dftsrv.gsfc.nasa.gov       128.183.10.134  VMS stuff
  316. dinorah.wustl.edu          128.252.118.101 X11R3/core.src, portability issues
  317.  dinorah.wustl.edu                         text
  318. doc.cso.uiuc.edu           128.174.73.30   msdos (pcsig), mac
  319. dolphin.mit.edu            18.86.0.5       X11r3 device driver for S, LISA
  320. dopey.cs.unc.edu           128.109.136.82  sunOS 3.5 traceroute, theorem prover
  321. drycas.club.cc.cmu.edu     128.2.232.11    ANU_NEWS
  322. dsl.cis.upenn.edu          130.91.6.12     GIF, IBM
  323. dsrgsun.ces.cwru.edu       129.22.16.2     Minix, TOS Atari ST, gcc from bammi
  324. durer.cme.nist.gov         129.6.32.4      8mm backup (Exabyte), pdes,
  325.  durer.cme.nist.gov                        microemacs 3.10
  326. dxi.nih.gov                128.231.128.11  unknown
  327. eddie.mit.edu              18.62.0.6       nothing
  328. ef.ecn.purdue.edu          128.46.154.18   nothing
  329. eg.ecn.purdue.edu          128.46.129.20   nothing
  330. ei.ecn.purdue.edu          128.46.129.30   career services stuff
  331. elbereth.rutgers.edu       128.6.7.26      sci-fic works, startrek guides, etc.
  332. elroy.jpl.nasa.gov         128.149.1.100   ANU_NEWS
  333. emil.csd.uu.se             130.238.64.4    Old GNU, X R10
  334. ems.media.mit.edu          18.85.0.6       unknown
  335. emsworth.andrew.cmu.edu    128.2.30.62     Andrew Toolkit
  336. emunix.emich.edu           35.157.1.2      Ultrix, VMS (soon)
  337. emx.utexas.edu             128.83.1.33     net directory
  338. encore.com                 129.91.1.14     mach.doc
  339. eng.clemson.edu            130.127.8.11    sendmail
  340. enh.nist.gov               129.6.16.1      unknown
  341. eniac.seas.upenn.edu       130.91.6.22     unknown
  342. eru.mt.luth.se             130.240.0.9     gnews 19, gated, plp, gcc(old)
  343. expo.lcs.mit.edu           18.30.0.212     X, portable bitmaps, CLX and CLUE,
  344.  expo.lcs.mit.edu                          gwm
  345. f.ms.uky.edu               128.163.128.6   mac, msdos, unix-pc
  346. fcs280s.ncifcrf.gov        129.43.1.11     unknown
  347. fiol.uib.no                129.177.10.24   pcip packet driver
  348. fits.cx.nrao.edu           192.33.115.8    FITS (astronomy image transfer
  349.  fits.cx.nrao.edu                          system)
  350. fnord.umiacs.umd.edu       128.8.120.3     misc DECstation stuff
  351. foobar.colorado.edu        128.138.243.105 BDF fonts
  352. freja.diku.dk              129.142.96.1    GNU, X11R3, TeX 2.9, nn newsreader,
  353.  freja.diku.dk                             RFCs, misc stuff, 4.3 public,
  354.  freja.diku.dk                             previous versions of GNU software
  355. funet.fi                   128.214.1.1     msdos, minix, FUNET/NORDUNET info,
  356.  funet.fi                                  isode, pc nfs server, telnet &
  357.  funet.fi                                  ftp-resolver binaries, RFCs, amiga
  358.  funet.fi                                  (many Fish disks), BSD sources, NeWS
  359.  funet.fi                                  software
  360. gaffa.mit.edu              18.62.0.11      unknown
  361. gang-of-four.stanford.edu  36.8.0.118      unknown
  362. gargoyle.uchicago.edu      128.135.20.100  named-kit
  363. gatekeeper.dec.com         16.1.0.2        X11, recipes, cron, map, Larry Wall
  364.  gatekeeper.dec.com                        stuff, STDWIN, lots of source
  365. gb.ecn.purdue.edu          128.46.129.24   boring
  366. genbank.bio.net            134.172.1.160   National Repository for Gene
  367.  genbank.bio.net                           Sequence Data
  368. genvax.psycha.upenn.edu    128.91.22.103   unknown
  369. geom.umn.edu               128.101.25.31   Differential Geometry stuff
  370. geomag.gly.fsu.edu         128.186.10.2    unknown
  371. girch1.hsch.utexas.edu     129.106.4.1     Physiological Research info and
  372.  girch1.hsch.utexas.edu                    programs
  373. giza.cis.ohio-state.edu    128.146.8.61    X11R3, PEX
  374. gmu90x.gmu.edu             129.174.1.4     nothing
  375. gmuvax2.gmu.edu            129.174.1.8     Intel Hypercube library, hp28
  376.  gmuvax2.gmu.edu                           software, statistical software
  377. gold.bacs.indiana.edu      129.79.1.1      (login:indp0080,passwd:anonymous )
  378. gollum.hcf.jhu.edu         128.220.2.19    some stuff
  379. goober.phri.nyu.edu        128.122.136.10  cnews, nntp, kcl docs, psnup,
  380.  goober.phri.nyu.edu                       sequence analysis stuff
  381. grape.ecs.clarkson.edu     128.153.13.196  Opus BBS, msdos, graphics, lots
  382. gregorio.stanford.edu      36.8.0.11       vmtp-ip, ip-multicast
  383. grinch.umiacs.umd.edu      128.8.121.1     unknown
  384. gtss.gatech.edu            128.61.4.1      amiga rexx stuff
  385. gumby.cc.wmich.edu         35.132.1.114    MAINT (VMS)
  386. gumby.dsd.trw.com          129.193.72.50   some RFCs, networking progs
  387. gw.ccie.utoronto.ca        128.100.49.104  cold fusion papers (pub/cld.fsn)
  388. gwen.cs.purdue.edu         128.10.2.8      cypress
  389. hamlet.caltech.edu         131.215.139.3   Nanny (VMS)
  390. hanauma.stanford.edu       36.51.0.16      Vplot graphical system
  391. handies.ucar.edu           128.117.64.4    uucp maps, src, feminism archive
  392. harvard.harvard.edu        128.103.1.1     sendmail, rmtlib.shar, lots of VMS
  393. hcfdemo.hcf.jhu.edu        128.220.2.15    unix-pc
  394. helens.stanford.edu        36.2.0.99       kjv, sultrix, secure.tar.Z
  395. hemuli.tik.vtt.fi          130.188.52.2    unknown
  396. hercules.csl.sri.com       192.12.33.51    unknown
  397. herky.cs.uiowa.edu         128.255.28.100  theorem prover
  398. hipl.psych.nyu.edu         128.122.132.2   Jove (v4.9 is latest)
  399. hmcvax.claremont.edu       134.173.4.32    cyrillic fonts
  400. hobiecat.cs.caltech.edu    131.215.131.167 unknown
  401. hogg.cc.uoregon.edu        128.223.32.9    NorthWestNet site info
  402. hotel.cis.ksu.edu          129.130.10.12   XBBS, msdos, U3G toolkit, unix-pc,
  403.  hotel.cis.ksu.edu                         pd-modula
  404. hp4nl.nluug.nl             192.16.184.9    GNU and much more
  405. hplpm.hpl.hp.com           15.255.176.205  Neuron digest archives and software
  406. hub.cs.jmu.edu             134.126.20.10   Mic-1 microarchitecture simulator,
  407.  hub.cs.jmu.edu                            package to boot minix from hard
  408.  hub.cs.jmu.edu                            drive
  409. hub.ucsb.edu               128.111.24.40   unknown
  410. hubcap.clemson.edu         130.127.8.1     RFCs
  411. hurratio.tde.lth.se        192.36.121.22   GNU stuff, some local elisp stuff
  412. husc6.harvard.edu          128.103.1.56    pcip, appleII, uumap copy, ucb tahoe
  413. hydra.helsinki.fi          128.214.4.29    misc, TeX, X, comp.sources.misc,
  414.  hydra.helsinki.fi                         comp.sources.sun, comp.sources.unix,
  415.  hydra.helsinki.fi                         comp.bugs.4bsd.ucb-fixes,
  416.  hydra.helsinki.fi                         comp.binaries.ibm.pc
  417. ibm1.cc.lehigh.edu         128.180.2.1     Virus-L programs/archives
  418. icarus.cns.syr.edu         128.230.1.49    misc Syr U. and other net doc
  419. icarus.riacs.edu           134.12.1.1      SLIP, chkpt, macdump, Xpostit
  420. icdc.llnl.gov              128.115.2.1     unknown
  421. ics.uci.edu                128.195.1.1     perfect hash function gen., web-to-c
  422. indri.primate.wisc.edu     128.104.230.11  macintosh TransSkel TransDisplay
  423.  indri.primate.wisc.edu                    TransEdit
  424. inria.inria.fr             128.93.8.1      RFCs, /pub (edu dirs)
  425. interviews.stanford.edu    36.22.0.175     InterViews X toolkit
  426. ipac.caltech.edu           131.215.139.35  gated, sendmail, named, kermit,
  427.  ipac.caltech.edu                          ftp-list
  428. iraun1.ira.uka.de          129.13.10.90    unknown
  429. iris613.gsfc.nasa.gov      128.183.10.147  tn3270 for IRIS and HPUX, other IRIS
  430.  iris613.gsfc.nasa.gov                     programs
  431. isdres.isd.usgs.gov        130.11.1.2      U.S. Geological Survey public files
  432. isy.liu.se                 130.236.1.3     GNU stuff, screen 2.0, world map,
  433.  isy.liu.se                                ccmd, ftpd, TIFF library, Cellsim
  434. iubio.bio.indiana.edu      129.79.1.101    biology archive, molecular bio
  435. iuvax.cs.indiana.edu       129.79.254.192  SIGPLAN, usenet oracle, whitewater,
  436.  iuvax.cs.indiana.edu                      webster, scheme84, etc.
  437. ix1.cc.utexas.edu          128.83.1.21     amiga
  438. ix2.cc.utexas.edu          128.83.1.29     amiga
  439. j.cc.purdue.edu            128.210.9.2     comp.sources.unix, comp.sources.x,
  440.  j.cc.purdue.edu                           comp.sources.amiga, elm, uupc, NeXT,
  441.  j.cc.purdue.edu                           comp.binaries.amiga,
  442.  j.cc.purdue.edu                           comp.sources.sun
  443. jacobs.cs.orst.edu         128.193.32.13   assorted stuff, mainly games
  444. jade.berkeley.edu          128.32.136.9    NNTP, ping, kermit, gcc
  445. jim.ultra.nyu.edu          128.122.129.21  unknown
  446. jpl-devvax.jpl.nasa.gov    128.149.1.143   perl, patch, warp
  447. jpl-mil.jpl.nasa.gov       128.149.1.101   TeX, mac, GNU, X11R2, X11R3
  448. julius.cs.umn.edu          128.101.230.1   PLP
  449. june.cs.washington.edu     128.95.1.4      TeXhax, dviapollo, SmallTalk, web2c,
  450.  june.cs.washington.edu                    gated, presto, maitrd
  451. jyu.fi                     128.214.7.5     unix, atari, amiga, mac, etherprint,
  452.  jyu.fi                                    abermud, ularn, conquer, knight,
  453.  jyu.fi                                    larn, moria, nethack 3.0
  454. ka.ecn.purdue.edu          128.46.129.14   nothing
  455. kampi.hut.fi               130.233.224.2   DES routines (unrestricted), GNU
  456.  kampi.hut.fi                              pascal
  457. kappa.rice.edu             128.42.4.7      X11R3, GNU for Sequent S27, Sun3
  458. kl.sri.com                 128.18.10.6     unknown
  459. kolvi.hut.fi               130.233.160.32  kermit stuff, radio amateur stuff
  460.  kolvi.hut.fi                              (ka9q etc.), memacs 3.10, packet
  461.  kolvi.hut.fi                              radio
  462. krypton.arc.nasa.gov       128.102.29.20   VMS Vnews, Swing, Profile
  463. kth.se                     130.237.72.201  misc, sendmail 5.61 w/ida
  464. kuhub.cc.ukans.edu         129.237.1.10    VMS news
  465. l.cc.purdue.edu            128.210.2.8     nothing
  466. labrea.stanford.edu        36.8.0.47       GNU, X, official TeX sources, lots
  467.  labrea.stanford.edu                       of other stuff
  468. lamont.ldgo.columbia.edu   129.236.10.30   unknown
  469. lampwick.berkeley.edu      128.32.131.141  unknown
  470. lancaster.andrew.cmu.edu   128.2.13.21     CMU PCIP, RFC1073 telnetd, RFC1048
  471.  lancaster.andrew.cmu.edu                  bootp
  472. larry.cs.washington.edu    128.95.1.7      Poker
  473. larry.mcrcim.mcgill.edu    132.206.4.3     RFCs, X, local nameserver, games,
  474.  larry.mcrcim.mcgill.edu                   scred (sun bitmap editor)
  475. lcs.mit.edu                18.26.0.36      RFCs, Map, telecom archive
  476. lib.tmc.edu                129.106.5.1     nntp
  477. lilac.berkeley.edu         128.32.136.12   POP3 for BSD/Ultrix/sunOS
  478. linc.cis.upenn.edu         130.91.6.8      psfig for ditroff, TeX, unix-pc
  479. lindy.stanford.edu         36.54.0.11      unknown
  480. lll-crg.llnl.gov           128.115.1.1     X11R4
  481. lll-lcc.llnl.gov           128.115.1.2     Sun Local Users Group arch. (huge!!)
  482. loke.idt.unit.no           129.241.1.103   mh 6.6, news, rrn, nntp, sun-spots,
  483.  loke.idt.unit.no                          webster server, GCC vms binaries,
  484.  loke.idt.unit.no                          net directories
  485. louie.udel.edu             128.175.1.3     net.exe, minix, NORD<>LINK, MH,
  486.  louie.udel.edu                            amiga
  487. lth.se                     130.235.16.3    NeWS, cnews, bind, nntp, sendmail,
  488.  lth.se                                    Poskanzer rasterxs, X11R4
  489. lurch.stanford.edu         36.22.0.14      InterViews
  490. lut.fi                     128.214.25.8    GIF, PD sources modified for hp-ux,
  491.  lut.fi                                    PC antivirus, uEmacs 3.10
  492. m2c.m2c.org                128.188.1.2     Archives for cavers mailing list
  493. m9-520-1.mit.edu           18.80.0.45      xim utils
  494. ma.ecn.purdue.edu          128.46.129.8    openw.c, not much more
  495. macbeth.stanford.edu       36.21.0.13      nothing
  496. maddog.llnl.gov            128.115.10.1    AWM X tutorial, PCP preprocessor &
  497.  maddog.llnl.gov                           libraries, Generic MCPI environment,
  498.  maddog.llnl.gov                           uw for mac, plot library
  499. mandarin.mit.edu           18.82.0.21      unknown
  500. mango.miami.edu            129.171.0.18    unknown
  501. marvin.cs.buffalo.edu      128.205.32.4    RFCs, sun
  502. maxwell.physics.purdue.edu 128.46.135.3    King James Bible, Commodore Kermit
  503.  maxwell.physics.purdue.edu                binary files
  504. mazama.stanford.edu        36.51.0.8       unknown
  505. mcnc.org                   128.109.130.3   ftpd bugfix, intro NIC docs, VLSI
  506.  mcnc.org                                  CAD tool benchmarks, some RFCs,
  507.  mcnc.org                                  triangle.jobs archive
  508. mcs.nlm.nih.gov            130.14.1.1      unknown
  509. meadow.stanford.edu        36.64.0.20      unknown
  510. media-lab.mit.edu          18.85.0.2       interesting
  511. merit.edu                  35.1.1.42       RFCs, ideas
  512. merlin.cs.purdue.edu       128.10.2.3      ConcurrenC, Xinu, mac, GIF
  513. mgm.mit.edu                18.82.0.114     homegrown GNUemacs hacks
  514. miki.cs.titech.ac.jp       131.112.16.39   Nemacs
  515. milnetgw.ornl.gov          26.16.0.162     unknown
  516. milton.u.washington.edu    128.95.136.1    still forming
  517. mims-iris.waterloo.edu     129.97.129.116  laser fonts & utilities
  518. mimsy.umd.edu              128.8.128.8     RCS, declarative languages bib,
  519. mimsy.umd.edu                             SLIP, misc
  520. monk.proteon.com           128.185.123.16  cc:mail to smtp gateway
  521. mordor.s1.gov              26.3.0.95       unknown
  522. morris.andrew.cmu.edu      128.2.110.12    unknown
  523. mrcnext.cso.uiuc.edu       128.174.73.105  amiga
  524. mthvax.cs.miami.edu        129.171.32.5    homebrew, constitution, worm, elm,
  525.  mthvax.cs.miami.edu                       nn
  526. mtsg.ubc.ca                128.189.103.1   msdos, unix, amiga
  527. munnari.oz.au              128.250.1.21    graphics progs (vogle, vopl, vort)
  528. ncnoc.concert.net          128.109.193.1   misc local network info
  529. net1.ucsd.edu              128.54.16.10    mac
  530. newell.arc.nasa.gov        128.102.25.43   unknown
  531. next.com                   129.18.1.2      unknown
  532. nic.ddn.mil                10.0.0.51       netinfo, RFCs, IEN, IETF
  533. nic.mr.net                 192.12.250.5    Minnesota Regional Net traffic data
  534. nic.near.net               192.52.71.4     unknown
  535. nigel.ee.udel.edu          128.175.2.18    unknown
  536. nis.nsf.net                35.1.1.48       Merit info, NSFnet Link Letter
  537. nisc.jvnc.net              128.121.50.7    unknown
  538. nisc.nyser.net             192.33.4.10     GNU Emacs, others, Nysernet, IETF,
  539.  nisc.nyser.net                            GOSIP
  540. nisca.ircc.ohio-state.edu  128.146.1.7     alt.fax
  541. njitgw.njit.edu            128.235.1.2     unknown
  542. nl.cs.cmu.edu              128.2.222.56    Fuzzy Pixmap 0.84
  543. nnsc.nsf.net               192.31.103.6    Network Info, Internet Resource
  544.  nnsc.nsf.net                              Guide
  545. noc.byu.edu                128.187.7.2     byu-telnet (login:guest,
  546.  noc.byu.edu                               password:anonymous)
  547. nog.calstate.edu           130.150.102.100 unknown
  548. nyssa.cs.orst.edu          128.193.32.17   GIF, games, misc.
  549. nyu.edu                    128.122.128.2   mod.sources, Tihor
  550. oddjob.uchicago.edu        128.135.4.2     NNTP, Sendmail, utils, Ethernet
  551.  oddjob.uchicago.edu                       stuff
  552. oddput.efd.lth.se          130.235.48.4    xps (postscript previewer)
  553. omnigate.clarkson.edu      128.153.4.2     PS maps of DNS, Clarkson NCSA telnet
  554. orc.olivetti.com           129.189.192.20  unknown
  555. oregon.uoregon.edu         128.223.20.2    unknown
  556. orion.arc.nasa.gov         128.102.128.2   unknown
  557. orville.nas.nasa.gov       129.99.23.7     hyperchannel network device driver,
  558.  orville.nas.nasa.gov                      panel-library (Sil. Graph.
  559.  orville.nas.nasa.gov                      workstation graphical interface
  560.  orville.nas.nasa.gov                      builder), Kyoto Common Lisp for
  561.  orville.nas.nasa.gov                      Cray2
  562. osi.ncsl.nist.gov          129.6.48.100    misc OSI info
  563. osi3.ncsl.nist.gov         129.6.48.108    unknown
  564. osu-20.ircc.ohio-state.edu 128.146.8.22    unknown
  565. oswego.oswego.edu          129.3.1.1       GNU, mac, kermit
  566. otax.tky.hut.fi            130.233.32.32   Mikkar accounting program
  567. p6xje.ldc.lu.se            130.235.133.7   NCSA telnet 2.2ds, PC networking
  568.  p6xje.ldc.lu.se                           etc.
  569. panarea.usc.edu            128.125.3.54    Archive for "maps"
  570. patience.stanford.edu      36.8.0.154      unknown
  571. paul.rutgers.edu           128.6.5.60      omega
  572. pawl.rpi.edu               128.113.10.2    sun rasters, showtool, raytracer,
  573.  pawl.rpi.edu                              fluid dynamics model
  574. pb.ecn.purdue.edu          128.46.129.13   nothing
  575. pc.ecn.purdue.edu          128.46.129.19   nothing
  576. pescadero.stanford.edu     36.8.0.8        dvi2ps
  577. phoenix.princeton.edu      128.112.128.43  mail stuff
  578. pilot.njin.net             128.6.7.38      Original distribution point of
  579.  pilot.njin.net                            ftp-list
  580. pine.circa.ufl.edu         128.227.128.55  this list, RFCs, Internet Worm
  581.  pine.circa.ufl.edu                        reports
  582. pitt.edu                   130.49.1.254    local nameserver source, local
  583.  pitt.edu                                  decnet database, National Institute
  584.  pitt.edu                                  of Health Guide Online, RFCs, local
  585.  pitt.edu                                  network docs
  586. plains.nodak.edu           134.129.111.64  apple, msdos, mac, amiga, ascii pics
  587. pokey.cs.wisc.edu          128.105.2.4     xproof (X11), gremlin (X10, X11)
  588. polyslo.calpoly.edu        129.65.17.1     xtrek, top 2.0, spaceout, cnews,
  589.  polyslo.calpoly.edu                       nethack, nntp, uucp, hosts, TR,
  590.  polyslo.calpoly.edu                       RFCs, Conquer Docs, usenix tape
  591.  polyslo.calpoly.edu                       files, short usenix files,
  592.  polyslo.calpoly.edu                       Hitchhikers guide to the Internet,
  593.  polyslo.calpoly.edu                       Internet Email list
  594. portia.stanford.edu        36.21.0.69      unknown
  595. postgres.berkeley.edu      128.32.149.1    University INGRES
  596. power.eee.ndsu.nodak.edu   134.129.123.1   DECUS TeX, dvidriver package
  597. pprg.unm.edu               129.24.13.10    bitmaps
  598. primost.cs.wisc.edu        128.105.2.104   comp.compilers
  599. princeton.edu              128.112.128.1   unknown
  600. psuvax1.cs.psu.edu         128.118.6.2     network/hosts stuff
  601. pyrite.rutgers.edu         128.6.4.15      Security mailing list archives
  602. qed.rice.edu               128.42.4.38     GNU, X11R3, plot2ps sources
  603. radio.astro.utoronto.ca    128.100.75.4    msdos, iris, SunUserGroup, UFGATE
  604. rascal.ics.utexas.edu      128.83.144.1    main Kyoto Common Lisp distributor
  605. relay.cdnnet.ca            128.189.97.41   CA domanin registrations, fonts,
  606.  relay.cdnnet.ca                           MuTeX, raster files, RFCs, sun and
  607.  relay.cdnnet.ca                           usenet utils
  608. research.att.com           192.20.225.2    TeX, gcc, ghostscript
  609. rigel.efd.lth.se           130.235.48.3    VMS emacs, decwindows diffs
  610. ringo.rutgers.edu          128.6.5.77      Omega sources
  611. rlg-rt.stanford.edu        36.95.0.26      unknown
  612. rogue.llnl.gov             128.115.2.99    DECnet security tools
  613. rohini.telecomm.umn.edu    128.101.55.1    UMN hostables
  614. roope.hut.fi               130.233.192.32  unknown
  615. rover.umd.edu              128.8.2.73      unknown
  616. rpi.edu                    128.113.1.5     some stuff
  617. rtsg.ee.lbl.gov            128.3.254.68    flex, compressed SLIP
  618. rusmv1.rus.uni-stuttgart.de129.69.1.12     RFCs, X11, atari, amiga, msdos,
  619.  rusmv1.rus.uni-stuttgart.de                unix, mathematics (Fortran)
  620. rutgers.edu                128.6.4.7       comp.sources.sun
  621. safe.stanford.edu          36.44.0.193     3COM/Interlan 4.X BSD unix
  622. saqqara.cis.ohio-state.edu 128.146.8.98    unknown
  623. sauna.hut.fi               130.233.251.253 GNU, unix, amiga, athena docs, some
  624.  sauna.hut.fi                              FTP dirs from US, security
  625.  sauna.hut.fi                              patches/docs, elm, nntp, news, X,
  626.  sauna.hut.fi                              jove, etc.
  627. sayshell.umd.edu           128.8.2.88      version of KA9Q
  628. sbcs.sunysb.edu            129.49.2.3      sun raster tools
  629. scam.berkeley.edu          128.32.138.1    X sources, etc.
  630. schizo.samsung.com         134.228.1.2     alt.sources, comp.sources.games,
  631.  schizo.samsung.com                        comp.sources.misc, comp.sources.sun,
  632.  schizo.samsung.com                        comp.sources.unix, comp.sources.x
  633. science.utah.edu           128.110.192.2   TeX things, Hershey (tenex)
  634. sdcsvax.ucsd.edu           26.5.0.3        unknown
  635. sds.sdsc.edu               192.12.207.22   supercomputer center info
  636. sdsu.edu                   130.191.229.14  GNU, M68K Xinu
  637. serv1.cl.msu.edu           35.8.2.41       msu hosts files
  638. sgi.com                    192.58.91.2     IRIS stuff
  639. sh.cs.net                  192.31.103.3    NetLists, NetMaps, etc. (lots)
  640. shambhala.berkeley.edu     128.32.132.54   xrn, xgraph
  641. shorty.cs.wisc.edu         128.105.2.8     Condor
  642. sics.se                    192.16.123.90   calc, ft1, gated, interviews, isode,
  643.  sics.se                                   mh, packet radio, ping, pmake,
  644.  sics.se                                   printmail, sps, Poskanzer bitmaps
  645.  sics.se                                   (runs whois server)
  646. skippy.umiacs.umd.edu      128.8.120.23    sun-nets archive
  647. slfs0.cs.rpi.edu           128.213.1.10    unknown
  648. snow.white.toronto.edu     128.100.2.160   mg
  649. sol.cs.ruu.nl              131.211.80.5    atari, GNU, HP-UX, TeX, Perl, etc.
  650. sol.ctr.columbia.edu       128.59.64.40    background, ethernet stuff, GNUserv,
  651.  sol.ctr.columbia.edu                      hpgl2ps, DES
  652. solar.stanford.edu         36.14.0.7       local Stanford info
  653. soma.neuro.bcm.tmc.edu     128.249.50.12   unknown
  654. sperm.ocean.washington.edu 128.95.252.7    RWVector, gcc, gdb, kermit, libg++,
  655.  sperm.ocean.washington.edu                liblinpack, liboops, oopsV2R2+,
  656.  sperm.ocean.washington.edu                plot5, spinup, sungraph,
  657.  sperm.ocean.washington.edu                superfilters, xmodem, xyplot
  658. sphere.mast.ohio-state.edu 128.146.7.200   phone (with bugs fixed)
  659. spot.colorado.edu          128.138.238.1   netinfo: stuff, RFCs
  660. squid.cs.ucla.edu          131.179.96.44   gifs
  661. src.honeywell.com          129.30.1.10     PAX (read/write tar and cpio format)
  662. ssyx.ucsc.edu              128.114.133.1   mac-hyperunix, some unix
  663. stat.wisc.edu              128.105.5.1     FACT, Statbib, S functions
  664. stolaf.edu                 130.71.192.1    news, anime, bitmaps
  665. stout.ucar.edu             128.117.80.30   VMS more, make
  666. subcomm.bacs.indiana.edu   129.79.16.32    A86/D86 Shareware Assembler, file
  667.  subcomm.bacs.indiana.edu                  listings of IU PC-Link Central BBS
  668. sumex-aim.stanford.edu     36.44.0.6       mac archives, Mycin (sun4), imap
  669. sun.cnuce.cnr.it           192.12.192.4    atalk, ka9q, GNU
  670. sun.soe.clarkson.edu       128.153.12.3    Packet Driver, X11 fonts, TeX, PCIP,
  671.  sun.soe.clarkson.edu                      Freemacs, LaTeX styles
  672. sun1.ruf.uni-freiburg.de   132.230.1.1     unknown
  673. suna.osc.edu               128.146.1.4     ape (animation production
  674.  suna.osc.edu                              environment)
  675. suned.zoo.cs.yale.edu      128.36.21.1     games, utils, other hacks
  676. sunic.sunet.se             192.36.125.2    RFCs, nntp, news, sendmail, ntp,
  677.  sunic.sunet.se                            comp.sources.unix,
  678.  sunic.sunet.se                            comp.sources.games,
  679.  sunic.sunet.se                            comp.sources.misc, alt.sources, GNU
  680. surya.waterloo.edu         129.97.129.72   tiff format, gif2ras
  681. sutcase.case.syr.edu       128.230.32.2    zoo, tcp stuff
  682. sutro.sfsu.edu             130.212.15.230  mostly NeXT-related files
  683. svax.cs.cornell.edu        128.84.254.2    TransFig, Fig-FS, NetHack
  684. swan.ulowell.edu           129.63.224.1    unknown
  685. tandem.com                 130.252.10.8    ham radio
  686. tank.uchicago.edu          128.135.4.27    mac
  687. tau.sm.luth.se             130.240.0.3     comp.binaries.ibm.pc
  688. tcgould.tn.cornell.edu     128.84.248.35   transputer archives
  689. terminator.cc.umich.edu    35.1.33.8       xscheme, msdos, atari
  690. testarossa.mach.cs.cmu.edu 128.2.250.252   unknown
  691. think.com                  131.239.2.1     pmdc, X11.2 Interviews 3d
  692. thor.ucar.edu              128.117.81.51   vxWorks archive, unix
  693. ti.com                     128.247.159.141 Explorer compress & en, CLUE, CLX
  694. titan.rice.edu             128.42.1.30     sun-spots, amiga ispell
  695. tmc.edu                    128.249.1.1     FUBBS bbs list
  696. tolsun.oulu.fi             128.214.5.6     amiga, atari, c64, msdos, mac, irc
  697. tomcat.gsfc.nasa.gov       128.183.10.100  G8BPQ
  698. topaz.rutgers.edu          128.6.4.194     amiga, others, too much to list
  699. trantor.harris-atd.com     26.13.0.98      unknown
  700. trident.arc.nasa.gov       128.102.18.13   vms-nntp, trek73
  701. trout.nosc.mil             26.1.0.3        X11R3, benchmarks, popd, GNU emacs
  702. trwind.trw.com             129.4.16.70     NNStat, cisco, ibmpc, isode, ka9q,
  703.  trwind.trw.com                            mac, named, sendmail, sun-utils,
  704.  trwind.trw.com                            traceroute, unix-utils
  705. tumtum.cs.umd.edu          128.8.128.49    NeWS pd software
  706. tut.cis.ohio-state.edu     128.146.8.60    GNU, tcsh, lots of interesting
  707.  tut.cis.ohio-state.edu                    things
  708. tut.fi                     128.214.1.2     Images, lots of misc. unix
  709. twg.com                    26.5.0.73       network stuff
  710. tybalt.caltech.edu         131.215.139.100 GraphWidget
  711. uafcseg.uark.edu           130.184.64.202  (login bbs. telnetable)
  712. ub.d.umn.edu               131.212.32.6    unknown
  713. uc.msc.umn.edu             128.101.1.3     unknown
  714. ucbarpa.berkeley.edu       128.32.130.11   tn3270, pub/4.3, Exntended DCG
  715.  ucbarpa.berkeley.edu                      Prolog
  716. ucbvax.berkeley.edu        128.32.133.1    nntp, gnews, awm, empire
  717. ucdavis.ucdavis.edu        128.120.2.1     dSLIP, POP2, NetHop, UCDwhois,
  718.  ucdavis.ucdavis.edu                       UCDMail, IETF-PPP records
  719. ucece1.ece.uc.edu          129.137.32.106  unknown
  720. uceng.uc.edu               129.137.33.1    VLSI Hardware Description Language
  721. ucsd.edu                   128.54.16.1     graphics programs and images, ham
  722.  ucsd.edu                                  radio stuff, MIDI programs and data,
  723.  ucsd.edu                                  sound bites for Sparcstation, usenet
  724.  ucsd.edu                                  sources
  725. ug.utah.edu                128.110.4.24    not much
  726. uhccux.uhcc.hawaii.edu     128.171.1.101   unknown
  727. uhecs.helsinki.fi          128.214.4.1     unknown
  728. uhura.cc.rochester.edu     128.151.224.17  nothing
  729. uicbert.eecs.uic.edu       128.248.166.25  AT&T stuff, unix-pc
  730. uicsle.csl.uiuc.edu        128.174.30.5    not much
  731. uihub.cs.uiuc.edu          128.174.252.27  amiga
  732. umaxc.weeg.uiowa.edu       128.255.64.80   NCSA telnet, sendmail
  733. umd5.umd.edu               128.8.10.5      unknown
  734. umigw.miami.edu            128.116.10.1    unknown
  735. ummts.cc.umich.edu         35.1.1.43       atari st (cd PC7:)
  736. umn-cs.cs.umn.edu          128.101.224.1   Sendmail, vectrex, mac, unix-pc,
  737.  umn-cs.cs.umn.edu                         atari, apple II, GIF
  738. umnstat.stat.umn.edu       128.101.51.1    XlispStat, S Bayes
  739. unh.cs.cmu.edu             128.2.254.150   cold-fusion paper
  740.  unh.cs.cmu.edu                            /afs/cs/user/vac/ftp
  741. unicorn.wwu.edu            192.35.140.10   GNU dbm (beta)
  742. unido.informatik.uni-dortmund.de129.217.4.64    unknown
  743. unix.secs.oakland.edu      35.146.180.2    unknown
  744. unix2.macc.wisc.edu        129.89.6.2      hosts.txt
  745. unmvax.cs.unm.edu          129.24.16.1     getmaps
  746. unsvax.nevada.edu          131.216.1.11    ftp-list
  747. urth.acsu.buffalo.edu      128.205.7.9     unknown
  748. usc.edu                    128.125.1.45    amd (automounter)
  749. utadnx.cc.utexas.edu       128.83.1.26     VMS sources (zetaps, laser, sxlps)
  750. utsun.s.u-tokyo.ac.jp      133.11.7.250    Japanese PD, msdos, mac, unix, etc.
  751. uunet.uu.net               192.48.96.2     usenet archives, much more
  752. uvaarpa.virginia.edu       128.143.2.7     csound
  753. uwasa.fi                   128.214.12.3    mac, pc, suntools, unix, vms
  754. uwm.edu                    129.89.2.1      info-tahoe
  755. ux.acs.umn.edu             128.101.63.2    unknown
  756. uxa.cso.uiuc.edu           128.174.2.1     mac, msdos (pcsig)
  757. uxc.cso.uiuc.edu           128.174.5.50    games, misc, HitchHiker's Guide to
  758.  uxc.cso.uiuc.edu                          the Internet, recipes, GIF
  759. uxe.cso.uiuc.edu           128.174.5.54    amiga (Fish)
  760. valhalla.ee.rochester.edu  128.151.160.11  RFCs, Network load balancer
  761. van-bc.wimsey.bc.ca        128.189.233.155 interim (uupc), comp.archives
  762.  van-bc.wimsey.bc.ca                       archive
  763. vax.cs.pitt.edu            130.49.2.1      ka9q
  764. vax.ftp.com                128.127.25.100  FTP software, inc.
  765. vaxa.isi.edu               128.9.0.33      clf-act, X, db
  766. vaxb.acs.unt.edu           129.120.1.4     DOWN for VMS and other VMS utils
  767. vega.hut.fi                130.233.200.42  msdos, mac, Kermit, fusion docs,
  768.  vega.hut.fi                               food recipes (alt. gourmand), SF
  769.  vega.hut.fi                               author lists
  770. venera.isi.edu             128.9.0.32      statspy (NNstat), GNU Chess
  771. venus.ycc.yale.edu         130.132.1.5     SBTeX
  772. vgr.brl.mil                192.5.23.6      info-iris, brl-cad, bump,
  773.  vgr.brl.mil                               ping+record route, ttcp, mon, pmon,
  774.  vgr.brl.mil                               images
  775. vlsi.cs.umn.edu            128.101.230.15  PLP (Public line printer)
  776. vm1.nodak.edu              134.129.111.1   FIXES, minix
  777. vmd.cso.uiuc.edu           128.174.5.98    Hurricane Hugo GIF pictures
  778. vmsd.oac.uci.edu           128.200.15.2    VMS stuff
  779. watmath.waterloo.edu       129.97.128.1    lots of stuff
  780. watmsg.waterloo.edu        129.97.129.9    GNU, pd BSD, uSystem docs, virus,
  781.  watmsg.waterloo.edu                       cryptography
  782. watsun.cc.columbia.edu     128.59.39.2     kermit
  783. weedeater.math.yale.edu    130.132.23.17   rayshade, misc. raytracing goodies
  784. wheaties.ai.mit.edu        128.52.32.13    supdup, t3.1, tX11
  785. whitechapel.media.mit.edu  18.85.0.125     OBVIUS, macnh
  786. wilma.cs.brown.edu         128.148.32.66   Brown CS Field and Thread packages
  787. winnie.princeton.edu       128.112.128.180 music software (unix & NeXT)
  788. wpi.wpi.edu                130.215.24.1    dspl, anime, fusion, mac, GNU, ash,
  789.  wpi.wpi.edu                               DES, misc Unix, TeX_DS3100,
  790.  wpi.wpi.edu                               TeX_Umax, misc X
  791. wsmr-simtel20.army.mil     26.2.0.74       msdos, unix, cpm, mac (tenex)
  792. wuarchive.wustl.edu        128.252.135.4   GNU, X.11R3, GIF, IEN, RFCs, TeX,
  793.  wuarchive.wustl.edu                       UUPC, info-mac, 4.3BSD-Tahoe,
  794.  wuarchive.wustl.edu                       comp.binaries.amiga,
  795.  wuarchive.wustl.edu                       comp.binaries.apple2,
  796.  wuarchive.wustl.edu                       comp.binaries.atari.st,
  797.  wuarchive.wustl.edu                       comp.binaries.ibm.pc,
  798.  wuarchive.wustl.edu                       comp.sources.amiga,
  799.  wuarchive.wustl.edu                       comp.sources.atari.st,
  800.  wuarchive.wustl.edu                       comp.sources.games,
  801.  wuarchive.wustl.edu                       comp.sources.misc, comp.sources.sun,
  802.  wuarchive.wustl.edu                       comp.sources.unix, comp.sources.x,
  803.  wuarchive.wustl.edu                       msdos, simtel20 (24 hours/day)
  804. xanth.cs.odu.edu           128.82.8.1      comp.sources.x, comp.sources.unix,
  805.  xanth.cs.odu.edu                          comp.sources.misc,
  806.  xanth.cs.odu.edu                          comp.sources.games,
  807.  xanth.cs.odu.edu                          comp.sources.amiga, X, amiga
  808. xlnvax.excelan.com         130.57.4.1      misc. (looking for suggestions)
  809. ymir.claremont.edu         134.173.4.23    lots of VMS, TeX-for-VMS
  810. z.andrew.cmu.edu           128.2.30.8      bugfixar + div
  811. zaphod.ncsa.uiuc.edu       128.174.20.50   NCSA Telnet source, Mathematica
  812. zariski.harvard.edu        128.103.1.107   macaulay
  813. zeus.mgmt.purdue.edu       128.210.1.3     unknown
  814. zip.eecs.umich.edu         35.3.64.8       Esperanto sentence analyser
  815. zurich.ai.mit.edu          18.26.0.176     liar, scheme
  816.  
  817. +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
  818.  
  819.  
  820. ------------------------------------------------------------------------------
  821.                   LOG DE UMA SESSAO FTP
  822.  
  823. Date:         Tue, 04 Feb 92 01:45:58 BRA
  824. From:         ***************************
  825. To:           BITFTP@PUCC
  826. ========================================================================
  827. Enter text of mail
  828. DMSXMD573I Input mode:
  829. .FTP wuarchive.wustl.edu NETDATA
  830. .USER anonymous
  831. .CD/pub/Internet-BBS
  832. .DIR
  833. .QUIT
  834. -------------------------------------------------------------------------------
  835.  
  836. Received: from PUCC.PRINCETON.EDU by UFRJ.BITNET (Mailer R2.08 R208004) with
  837.  BSMTP id 0396; Tue, 04 Feb 92 01:52:25 BRA
  838. Received: from PUCC.PRINCETON.EDU by PUCC.PRINCETON.EDU (Mailer R2.08 PTF008)
  839.  with BSMTP id 9821; Mon, 03 Feb 92 22:47:39 EST
  840. Received: by PUCC (Mailer R2.08 R208004) id 5055; Mon, 03 Feb 92 22:47:39 EST
  841. Date:     Mon, 3 Feb 1992 22:47:39 EST
  842. From:     Princeton BITNET FTP Server <BITFTP1@PUCC>
  843. To:       COP01001@UFRJ
  844. Subject:  BITFTP REPLY
  845.  
  846. 22:47:28 > FTP wuarchive.wustl.edu NETDATA
  847. 22:47:28 > USER anonymous
  848. 22:47:28 > CD/pub/Internet-BBS
  849. 22:47:28 >> OPEN WUARCHIVE.WUSTL.EDU
  850. 22:47:30 <<< 220 wuarchive.wustl.edu FTP server (Version 6.14 Fri Jan
  851.               17 12:57:07 CST 1992) ready.
  852. 22:47:30 >> USER anonymous COP01001@UFRJ
  853. 22:47:32 >>> USER anonymous
  854. 22:47:32 <<< 331 Guest login ok, send e-mail address as password.
  855. 22:47:32 >>> PASS ********
  856. 22:47:32 <<< 230-  This is an experimental FTP server.  If your FTP c
  857.              lient crashes or
  858.              230-  hangs shortly after login please try using a dash
  859.              (-) as the first
  860.              230-  character of your password.  This will turn off th
  861.              e informational
  862.              230-  messages that may be confusing your FTP client.
  863.              230-
  864.              230-  This system may be used 24 hours a day, 7 days a w
  865.              eek.  The local
  866.              230-  time is Mon Feb  3 21:48:06 1992.
  867.              230-
  868.              230-Please read the file README
  869.              230-  it was last modified on Wed Nov 20 15:04:55 1991 -
  870.               75 days ago
  871.              230-Please read the file README.NFS
  872.              230-  it was last modified on Tue Dec 10 09:59:58 1991 -
  873.               55 days ago
  874.              230 Guest login ok, access restrictions apply.
  875.  
  876. 22:47:33 > DIR
  877. 22:47:33 >> DIR ( DISK
  878. 22:47:36 >>> PORT 128,112,129,123,23,140
  879. 22:47:36 <<< 200 PORT command successful.
  880. 22:47:36 >>> LIST
  881. 22:47:36 <<< 150 Opening ASCII mode data connection for /bin/ls.
  882. 22:47:36 <<< 226 Transfer complete.
  883. total 12717
  884. -rw-r--r--  1 root     archive         0 Nov 28  1990 .notar
  885. -rw-r--r--  1 root     archive      2317 Nov 20 15:04 README
  886. -rw-r--r--  1 root     archive      2050 Dec 10 09:59 README.NFS
  887. -rw-r--r--  1 root     archive      5353 Jan 23 17:20 arrangement
  888. d--x--x--x  2 root     wheel         512 Aug 21 17:39 bin
  889. drwxr-xr-x 13 root     wheel         512 Jan  9 14:44 decus
  890. drwxr-xr-x 14 root     wheel         512 Jan 30 05:50 doc
  891. -rw-r--r--  1 root     wheel      276648 Feb  3 01:10 du.out
  892. d--x--x--x  5 root     wheel         512 Jan  9 14:19 etc
  893. -rw-r--r--  1 root     archive   9709571 Feb  3 02:46 files.lst
  894. -rw-r--r--  1 root     archive   1454575 Feb  3 02:48 files.lst.Z
  895. lrwxr-xr-x  1 root     archive        12 Sep 10 11:41 gnu -> mirrors2/gnu
  896. drwxrwxr-x  7 root     archive       512 Nov  9 00:58 graphics
  897. drwxrwxr-x  2 root     archive       512 Jan 23 17:05 info
  898. drwx------  2 root     archive      4096 Mar 12  1991 lost+found
  899. -rw-r--r--  1 root     wheel     1224704 Feb  3 02:16 ls-lR
  900. -rw-r--r--  1 root     archive    283129 Feb  3 02:48 ls-lR.Z
  901. drwxr-xr-x 13 root     archive       512 Feb  3 17:35 mirrors
  902. drwxr-xr-x 13 root     archive       512 Feb  3 17:58 mirrors2
  903. drwxrwxr-x  2 root     wheel         512 Jun 28  1991 network_info
  904. drwxrwxr-x 21 root     archive      1024 Jan  6 15:44 packages
  905. drwxr-x--x  4 root     archive       512 Jan 27 08:10 private
  906. drwxrwxrwx 15 root     archive      1024 Feb  3 18:13 pub
  907. drwxrwxr-x 20 root     archive       512 Sep  5 11:48 systems
  908. drwxr-xr-x  3 root     archive       512 Feb 28  1991 techreports
  909. drwxrwxr-x  4 root     archive       512 Nov 28  1990 unix
  910. drwxrwxr-x 28 root     archive      1024 Jan 16 11:35 usenet
  911. drwxr-xr-x  3 root     archive       512 Aug 16 08:37 vendorware
  912.  
  913. 22:47:36 > QUIT
  914. 22:47:36 >> CLOSE
  915. 22:47:38 >>> QUIT
  916. 22:47:38 <<< 221 Goodbye.
  917. -------------------------------------------------------------------------------
  918.  
  919.               Log de uma sessao FTP teste 2
  920.  
  921. Received: from PUCC.PRINCETON.EDU by UFRJ.BITNET (Mailer R2.08 R208004) with
  922.  BSMTP id 1567; Wed, 05 Feb 92 10:53:06 BRA
  923. Received: from PUCC.PRINCETON.EDU by PUCC.PRINCETON.EDU (Mailer R2.08 PTF008)
  924.  with BSMTP id 1659; Wed, 05 Feb 92 01:56:37 EST
  925. Received: by PUCC (Mailer R2.08 R208004) id 2254; Wed, 05 Feb 92 01:56:37 EST
  926. Date:     Wed, 5 Feb 1992 01:56:36 EST
  927. From:     Princeton BITNET FTP Server <BITFTP3@PUCC>
  928. To:       COP01001@UFRJ
  929. Subject:  BITFTP REPLY
  930.  
  931.  
  932. 01:56:11 > FTP f.ms.uky.edu NETDATA
  933. 01:56:11 > USER anonymous
  934. 01:56:11 > CD/pub/msdos/Games
  935. 01:56:12 >> OPEN F.MS.UKY.EDU
  936. 01:56:20 <<< 220 f.ms.uky.edu FTP server (Version 5.123 Tue Dec 17 09
  937.              :28:37 EST 1991) ready.
  938. 01:56:20 >> USER anonymous COP01001@UFRJ
  939. 01:56:23 >>> USER anonymous
  940. 01:56:23 <<< 331 Guest login ok, send ident as password.
  941. 01:56:23 >>> PASS ********
  942. 01:56:23 <<< 230 Guest login ok, access restrictions apply.
  943.  
  944. 01:56:24 > DIR
  945. 01:56:24 >> DIR ( DISK
  946. 01:56:34 >>> PORT 128,112,129,123,15,182
  947. 01:56:34 <<< 200 PORT command successful.
  948. 01:56:34 >>> LIST
  949. 01:56:34 <<< 150 Opening ASCII mode data connection for /bin/ls.
  950. 01:56:34 <<< 226 Transfer complete.
  951. total 30
  952. -rwxr-xr-x  1 root     0            2059 Apr  2  1990 .cshrc
  953. -rwxr-xr-x  1 root     0               0 Aug  7  1988 .hushlogin
  954. -rwxr-xr-x  1 root     0            1020 Aug  7  1988 .login
  955. -rwxr-xr-x  1 root     0             106 Aug  7  1988 .logout
  956. -rw-r--r--  1 ftp      132           463 May 15  1990 .maildelivery
  957. -rwxr-xr-x  1 root     0             170 Aug  7  1988 .profile
  958. -rwxr-xr-x  1 root     0             250 Sep 22  1990 .rhosts
  959. -rw-r--r--  1 1770     132           454 Oct  8  1990 0-NOTICE-10.1.90
  960. -rw-r--r--  1 1770     132          1987 May  9  1990 0-NOTICE.5.9
  961. -rw-r-----  1 1770     132           331 Jul 24  1990 0-NOTICE.7.24
  962. -rw-r--r--  1 1770     132           575 May 15  1990 0-RESTRICTIONS
  963. -rw-r--r--  1 1770     132          2148 Jul 24  1990 README
  964. -rw-rw-r--  1 1770     132          1164 Jul 24  1990 WELCOME
  965. drwxrwxr-x  3 ftp      132           512 Oct 30 01:20 archive
  966. dr-xrwxr-x  2 ftp      132           512 Nov 10  1988 bin
  967. dr-xrwxr-x  2 ftp      132           512 Jul 21  1987 etc
  968. drwxrwxr-x  4 1770     132           512 Jan 13  1991 forumnet
  969. drwxrwxrwx  8 ftp      132           512 Jan 29 07:31 incoming
  970. drwxrwxrwx  2 ftp      132           512 Feb  3 14:45 outgoing
  971. drwxrwxr-x 20 root     132           512 Feb  5 01:29 pub
  972. drwxr-xr-x 10 root     0             512 Dec  5 22:16 pub2
  973. drwxr-xr-x  5 651      132          1024 Jun 11  1991 textures
  974. drwxr-xr-x  2 root     132           512 Sep 16 20:30 tmp
  975. drwxrwxr-x 11 root     132           512 Dec  1 21:04 working
  976. drwxr-xr-x  2 root     132           512 Oct 24  1990 xdvi
  977.  
  978. 01:56:34 > BINARY
  979. 01:56:34 >> BINARY VARIABLE
  980. 01:56:35 >>> TYPE i
  981. 01:56:35 <<< 200 Type set to I.
  982.  
  983. 01:56:35 > GET robotron.arc msdos.robotron
  984. 01:56:35 >> GET robotron.arc MSDOS.ROBOTRON.D ( REPLACE
  985. 01:56:35 >>> PORT 128,112,129,123,15,183
  986. 01:56:35 <<< 200 PORT command successful.
  987. 01:56:35 >>> RETR robotron.arc
  988. 01:56:35 <<< 550 robotron.arc: No such file or directory.
  989.  
  990. 01:56:35 > QUIT
  991. 01:56:35 >> CLOSE
  992. 01:56:36 >>> QUIT
  993. 01:56:36 <<< 221 Goodbye.
  994.  
  995. *******************************************************************************
  996.  
  997.  
  998.  
  999.  
  1000.  
  1001.  
  1002. Downloaded From P-80 Systems 304-744-2253
  1003.  
  1004.